Asset String Property
data class AssetStringProperty(val property: String, val value: String, val defaultValue: String) : AssetProperty
A class that represents a string asset property.
Parameters
property
the name of the property.
value
the current value of the property.
default Value
the default value of the property if it is not set.